summaryrefslogtreecommitdiff
path: root/cfg/fish_prompt[s].fish
diff options
context:
space:
mode:
authorjStmaX! <87650746+jstmaxlol@users.noreply.github.com>2025-09-28 21:33:58 +0200
committerGitHub <noreply@github.com>2025-09-28 21:33:58 +0200
commit37cefd62c85a76414f89e189432055ee0fdc066b (patch)
treebad87ede3414a827d88176fc74c395a90de7bda5 /cfg/fish_prompt[s].fish
parentcfeff9f00556042b0ec0909d3a149bd72e94a94c (diff)
fix
Diffstat (limited to 'cfg/fish_prompt[s].fish')
-rw-r--r--cfg/fish_prompt[s].fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/fish_prompt[s].fish b/cfg/fish_prompt[s].fish
index da0903a..34cbaca 100644
--- a/cfg/fish_prompt[s].fish
+++ b/cfg/fish_prompt[s].fish
@@ -46,5 +46,5 @@ function fish_right_prompt
set dt $(date '+%Y-%m-%d %H:%M')
# print prompt
- echo -e (set_color $colorInverse)"( "(set_color $color)"$last_status"(set_color white)" | "(set_color $color)"$dt"(set_color $colorInverse)" )"
+ echo -e (set_color $colorInverse)"( "(set_color $color)"$last_status"(set_color $colorInverse)" | "(set_color $color)"$dt"(set_color $colorInverse)" )"
end